home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / falcon / programm.ing / nt_dsp1.lzh / NT_DSP1.MSA / FFT / FFTR2AT.HLP < prev    next >
Text File  |  1990-01-17  |  577b  |  15 lines

  1.          Name: FFTR2AT.ASM
  2.          Type: Assembler Program
  3.       Version: 1.1
  4.   Last Change:  2-Oct-86
  5.  
  6.   Description: Radix 2 Complex FFT Test Program
  7.  
  8.  This program performs a complete 16 point Fast Fourier Transform
  9.  (FFT) on complex data.  The program calls the FFTR2A and SINCOS
  10.  macros.  By changing the variable "points", it can perform any
  11.  size FFT from 2-32768 points using approximately 40 words of
  12.  program memory.  Faster FFT macros, such as FFTR2B or FFTR2C,
  13.  may be substituted for the compact FFTR2A macro at the expense of
  14.  more program memory.
  15.